Working with PrizmDoc > Administering PrizmDoc > System Configuration > Configuring the PrizmDoc Server > Legacy Configuration > Customizing Excel Document View Settings for PrizmDoc Server |
PrizmDoc Server supports different view modes for rendering of Excel documents. To customize Excel view settings, edit the central configuration file. Modify the following parameters to adjust Excel viewing settings:
Example |
Copy Code
|
---|---|
fileTypes.excel.renderGridlines: true fileTypes.excel.renderOnlyPrintArea: false fileTypes.excel.renderHeadersAndFooters: true fileTypes.excel.renderHiddenContent: true |
The following configuration properties have been deprecated and will be removed in a future release. Alter these properties only if you are not using the central configuration file. |
To customize Excel view settings using legacy configuration, edit the Watchdog configuration file located in the following default directories:
Modify the following parameters to adjust Excel viewing settings:
Example |
Copy Code
|
---|---|
"officeConversionService": { ... "excelRenderGridlines":true, "excelRenderOnlyPrintArea":false, "excelRenderHeadersAndFooters":true, "excelRenderHiddenContent":true ... }, |